RyuGod
Programming Language Collector
Hello, World!
examples
JSON
1
2
3
4
5
6
7
8
---
---   Frege(프레게): Hello, World! 예제
---
module Main where
main :: IO ()
main = do putStrLn "Hello, World!"
Enter to Rename, <Shift>+Enter to Preview
TerminalInput valueWebOutput
W